go/types.typeWriter.error (method)

8 uses

	go/types (current package)
		typestring.go#L108: func (w *typeWriter) error(msg string) {
		typestring.go#L117: 		w.error("cycle to " + goTypeName(typ))
		typestring.go#L125: 		w.error("nil")
		typestring.go#L202: 			w.error("empty union")
		typestring.go#L283: 			w.error("unknown channel direction")
		typestring.go#L311: 			w.error("unnamed type parameter")
		typestring.go#L415: 			w.error("nil type parameter")
		typestring.go#L462: 						w.error("expected string type")